Skip to content

refactor!: migrate all bot responses from embeds to discord component v2 containers#47

Merged
calebephrem merged 3 commits into
open-devhub:mainfrom
calebephrem:main
Jul 21, 2026
Merged

refactor!: migrate all bot responses from embeds to discord component v2 containers#47
calebephrem merged 3 commits into
open-devhub:mainfrom
calebephrem:main

Conversation

@calebephrem

Copy link
Copy Markdown
Member

What does this PR do?

  • Migrated all bot responses from embeds to Discord Components V2 containers (#45)
  • Removed some unnecessary message reactions

Closes

Type of change(s)

  • Bug fix
  • New feature
  • Documentation update
  • Style / UX change
  • Refactor
  • Performance improvement
  • Other

Checklist

  • I've tested this change locally and it works as expected
  • bun run typecheck or npm run typecheck completes without errors
  • My commit messages follow Conventional Commits (e.g. fix: ..., feat: ..., chore: ...)
  • I've updated relevant docs (README, comments, etc.) if this change needs it
  • No leftover console.log or debug code

Screenshots / recordings (if applicable)

image

@devhub-bot devhub-bot Bot added fix Bug fix refactor code restructure labels Jul 21, 2026
@devhub-bot

devhub-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Note

Linting checks passed successfully 🎉

All formatting and code quality checks are clean.

You're good to merge 🚀

@devhub-bot

devhub-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Note

Linting checks passed successfully 🎉

All formatting and code quality checks are clean.

You're good to merge 🚀

@calebephrem
calebephrem merged commit b99dca5 into open-devhub:main Jul 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix refactor code restructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace every embed with components v2

1 participant